x86 asid: Do not check for per-cpu asid state being already initialised.
authorKeir Fraser <keir@xen.org>
Fri, 7 Jan 2011 16:59:53 +0000 (16:59 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 7 Jan 2011 16:59:53 +0000 (16:59 +0000)
commit2f5d40aab98f5c4d6ca0ff71adb349610295256e
tree3685d2b865032f3481e320fa8cd95b23b4e021f1
parente8dea77d35136724a441bebd6892cf35a6f90420
x86 asid: Do not check for per-cpu asid state being already initialised.

It cannot be, since per-cpu data is re-allocated and zeroed across CPU
hotplug. Th ecomment about resetting teh per-cpu generation counter is
incorrect, since all vcpus must have been migrated to other cpus while
this cpu was offline, and that resets the per-vcpu generation stamp.

Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hvm/asid.c